Don't apply GDK_HINT_RESIZE_INC to GDK_WINDOW_STATE_TILED windows
authorSimon McVittie <smcv@debian.org>
Mon, 6 Jun 2016 08:48:36 +0000 (09:48 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Jul 2016 13:00:01 +0000 (09:00 -0400)
commitf65c116d2a326e195a7fd7e64fb210b2c8486899
tree34c541696dc7427661b44eb5c9d3604fca89c2be
parentd9dd7eb7576c905312cae5bc5a0b86a13d2c6465
Don't apply GDK_HINT_RESIZE_INC to GDK_WINDOW_STATE_TILED windows

This matches the behaviour of Mutter, Metacity and traditional X11
window managers on the window manager side, and is what we want
for at least gnome-terminal. I can't think of any reason why we'd
want incremental resize in any other tiled window.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=760944

https://bugzilla.gnome.org/show_bug.cgi?id=755947
gdk/wayland/gdkwindow-wayland.c
gtk/gtkwindow.c